Mention CSS font property in the release notes
authorMatthias Clasen <mclasen@redhat.com>
Wed, 25 May 2016 19:56:04 +0000 (15:56 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 25 May 2016 23:31:09 +0000 (19:31 -0400)
docs/reference/gtk/migrating-3xtoy.xml

index 074c835ee10ec5f87cef7061060ed0e842fd7eba..ea4ebb439ef0c620235b27ad650560add6ca9f7d 100644 (file)
       custom offsets should double-check that their levels look as expected.
     </para>
   </section>
+
+  <section>
+    <title>Changes in GTK+ 3.22</title>
+
+    <para>
+      The CSS parser has gotten a bit more selective in what it accepts as
+      valid values for the font: shorthand. Following the CSS specification,
+      at least a size and a family name are required now. If you want to
+      change an individual facet of the font, like the weight, use the
+      individual CSS properties: font-weight, font-size, font-family, etc.
+    </para>
+  </section>
 </chapter>